home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / Hdownload.CSY / RCDATA / TPROXYSERVERSETTINGS / TPROXYSERVERSETTINGS.txt
Text File  |  2002-06-23  |  3KB  |  150 lines

  1. object ProxyServerSettings: TProxyServerSettings
  2.   Left = 297
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nastaven∩┐╜ proxy serveru'
  7.   ClientHeight = 166
  8.   ClientWidth = 349
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 29
  18.     Width = 64
  19.     Height = 13
  20.     Caption = 'Adresa proxy:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 307
  24.     Top = 25
  25.     Width = 22
  26.     Height = 13
  27.     Caption = 'Port:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 97
  32.     Width = 207
  33.     Height = 13
  34.     Caption = 'Pokud v∩┐╜ proxy server vy∩┐╜aduje heslo zadejte jej:'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 118
  39.     Width = 72
  40.     Height = 13
  41.     Caption = 'Proxy ∩┐╜∩┐╜et:'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 147
  45.     Top = 118
  46.     Width = 75
  47.     Height = 13
  48.     Caption = 'Proxy heslo:'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 284
  52.     Top = 47
  53.     Width = 3
  54.     Height = 16
  55.     Caption = ':'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 271
  65.     Top = 107
  66.     Width = 76
  67.     Height = 26
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 0
  72.   end
  73.   object CancelBtn: TButton
  74.     Left = 271
  75.     Top = 137
  76.     Width = 76
  77.     Height = 26
  78.     Cancel = True
  79.     Caption = 'Storno'
  80.     ModalResult = 2
  81.     TabOrder = 1
  82.   end
  83.   object UseProxyCheckBox: TCheckBox
  84.     Left = 7
  85.     Top = 6
  86.     Width = 262
  87.     Height = 15
  88.     Caption = 'P∩┐╜ipojit se k Internetu p∩┐╜es tento proxy server:'
  89.     TabOrder = 2
  90.     OnClick = UseProxyCheckBoxClick
  91.   end
  92.   object AdressEdit: TEdit
  93.     Left = 7
  94.     Top = 45
  95.     Width = 260
  96.     Height = 21
  97.     Color = clMenu
  98.     Enabled = False
  99.     TabOrder = 3
  100.   end
  101.   object PortEdit: TEdit
  102.     Left = 306
  103.     Top = 45
  104.     Width = 39
  105.     Height = 21
  106.     Color = clMenu
  107.     Enabled = False
  108.     TabOrder = 4
  109.     Text = '80'
  110.     OnChange = PortEditChange
  111.   end
  112.   object AccountEdit: TEdit
  113.     Left = 7
  114.     Top = 134
  115.     Width = 100
  116.     Height = 21
  117.     Color = clMenu
  118.     Enabled = False
  119.     TabOrder = 5
  120.   end
  121.   object PasswordEdit: TEdit
  122.     Left = 146
  123.     Top = 134
  124.     Width = 112
  125.     Height = 21
  126.     Color = clMenu
  127.     Enabled = False
  128.     PasswordChar = '*'
  129.     TabOrder = 6
  130.   end
  131.   object AutoConfigBtn: TButton
  132.     Left = 271
  133.     Top = 77
  134.     Width = 76
  135.     Height = 26
  136.     Cancel = True
  137.     Caption = 'Automaticky'
  138.     TabOrder = 7
  139.     OnClick = AutoConfigBtnClick
  140.   end
  141.   object hlp: TEdit
  142.     Left = 280
  143.     Top = 7
  144.     Width = 8
  145.     Height = 21
  146.     TabOrder = 8
  147.     Visible = False
  148.   end
  149. end
  150.